From 0603c5d12a19452e6bcea047511b0ea32d30eef0 Mon Sep 17 00:00:00 2001 From: "cl349@firebug.cl.cam.ac.uk" Date: Tue, 2 Aug 2005 18:04:00 +0000 Subject: [PATCH] Fix typo. Signed-off-by: Christian Limpach --- tools/python/xen/xend/XendCheckpoint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/python/xen/xend/XendCheckpoint.py b/tools/python/xen/xend/XendCheckpoint.py index fa4befeec5..e2a7d574ed 100644 --- a/tools/python/xen/xend/XendCheckpoint.py +++ b/tools/python/xen/xend/XendCheckpoint.py @@ -155,7 +155,7 @@ def restore(xd, fd): dominfo.db.introduceDomain(dominfo.id, dominfo.store_mfn, dominfo.store_channel) - dominfo.exportToDB(save=True, sync=True)) + dominfo.exportToDB(save=True, sync=True) log.info(l.rstrip()) try: l = child.fromchild.readline() -- 2.30.2